All Questions
1 question
2votes
1answer
283views
Unexpected `^[[I` shows up when running vim script from command line
In a shell script, if I source even a trivial vim script this way $ cat ascript :q $ cat test vim -S ascript -N -u NONE read This is what I get when I run it: $ bash test ^[[I The ^[[I output is ...